﻿2026-06-21T08:51:53.4552485Z ##[group]Run set -euo pipefail
2026-06-21T08:51:53.4552891Z [36;1mset -euo pipefail[0m
2026-06-21T08:51:53.4553141Z [36;1mPIN=0c95435[0m
2026-06-21T08:51:53.4553383Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T08:51:53.4553679Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T08:51:53.4554079Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T08:51:53.4554547Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T08:51:53.4555018Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T08:51:53.4555416Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T08:51:53.4555686Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T08:51:53.4556008Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T08:51:53.4556381Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T08:51:53.4556763Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T08:51:53.4557059Z [36;1mfi[0m
2026-06-21T08:51:53.4557374Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T08:51:53.4571743Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T08:51:53.4572142Z env:
2026-06-21T08:51:53.4572380Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T08:51:53.4572636Z ##[endgroup]
2026-06-21T08:51:53.7631145Z    Compiling proc-macro2 v1.0.106
2026-06-21T08:51:53.7632278Z    Compiling quote v1.0.45
2026-06-21T08:51:53.7632612Z    Compiling unicode-ident v1.0.24
2026-06-21T08:51:53.7632902Z    Compiling libc v0.2.186
2026-06-21T08:51:53.7633164Z    Compiling serde_core v1.0.228
2026-06-21T08:51:53.7633838Z    Compiling cfg-if v1.0.4
2026-06-21T08:51:53.7634116Z    Compiling serde v1.0.228
2026-06-21T08:51:53.7672752Z    Compiling log v0.4.32
2026-06-21T08:51:53.7714326Z    Compiling pin-project-lite v0.2.17
2026-06-21T08:51:53.7773823Z    Compiling portable-atomic v1.13.1
2026-06-21T08:51:53.7826167Z    Compiling typenum v1.20.1
2026-06-21T08:51:53.7827340Z    Compiling memchr v2.8.1
2026-06-21T08:51:53.7828031Z    Compiling version_check v0.9.5
2026-06-21T08:51:53.7881510Z    Compiling find-msvc-tools v0.1.9
2026-06-21T08:51:53.7922119Z    Compiling shlex v2.0.1
2026-06-21T08:51:53.8231576Z    Compiling critical-section v1.2.0
2026-06-21T08:51:53.8610561Z    Compiling subtle v2.6.1
2026-06-21T08:51:53.8741310Z    Compiling futures-core v0.3.32
2026-06-21T08:51:53.9639433Z    Compiling bytes v1.11.1
2026-06-21T08:51:54.0044711Z    Compiling equivalent v1.0.2
2026-06-21T08:51:54.0201463Z    Compiling smallvec v1.15.1
2026-06-21T08:51:54.0470879Z    Compiling itoa v1.0.18
2026-06-21T08:51:54.0716486Z    Compiling semver v1.0.28
2026-06-21T08:51:54.1039111Z    Compiling stable_deref_trait v1.2.1
2026-06-21T08:51:54.1232390Z    Compiling futures-io v0.3.32
2026-06-21T08:51:54.1234729Z    Compiling slab v0.4.12
2026-06-21T08:51:54.1440969Z    Compiling futures-sink v0.3.32
2026-06-21T08:51:54.1790986Z    Compiling futures-task v0.3.32
2026-06-21T08:51:54.1991029Z    Compiling generic-array v0.14.7
2026-06-21T08:51:54.2461262Z    Compiling futures-channel v0.3.32
2026-06-21T08:51:54.2591113Z    Compiling hashbrown v0.17.1
2026-06-21T08:51:54.3063146Z    Compiling rustversion v1.0.22
2026-06-21T08:51:54.3150433Z    Compiling bitflags v2.12.1
2026-06-21T08:51:54.3537780Z    Compiling cpufeatures v0.2.17
2026-06-21T08:51:54.3820633Z    Compiling fnv v1.0.7
2026-06-21T08:51:54.3941717Z    Compiling strsim v0.11.1
2026-06-21T08:51:54.4140976Z    Compiling rand_core v0.10.1
2026-06-21T08:51:54.4190223Z    Compiling cfg_aliases v0.2.1
2026-06-21T08:51:54.4710970Z    Compiling rustc_version v0.4.1
2026-06-21T08:51:54.4858708Z    Compiling litemap v0.8.2
2026-06-21T08:51:54.5690670Z    Compiling writeable v0.6.3
2026-06-21T08:51:54.5826683Z    Compiling utf8_iter v1.0.4
2026-06-21T08:51:54.5950571Z    Compiling ident_case v1.0.1
2026-06-21T08:51:54.6260850Z    Compiling fs_extra v1.3.0
2026-06-21T08:51:54.7313648Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T08:51:54.7480508Z    Compiling getrandom v0.4.2
2026-06-21T08:51:54.7660784Z    Compiling dunce v1.0.5
2026-06-21T08:51:54.8520448Z    Compiling icu_properties_data v2.2.0
2026-06-21T08:51:54.8770222Z    Compiling autocfg v1.5.1
2026-06-21T08:51:54.9230433Z    Compiling percent-encoding v2.3.2
2026-06-21T08:51:54.9890432Z    Compiling http v1.4.1
2026-06-21T08:51:55.0185081Z    Compiling cpufeatures v0.3.0
2026-06-21T08:51:55.0392822Z    Compiling aws-lc-rs v1.17.0
2026-06-21T08:51:55.0467497Z    Compiling unicode-segmentation v1.13.3
2026-06-21T08:51:55.0771937Z    Compiling thiserror v2.0.18
2026-06-21T08:51:55.0785974Z    Compiling scopeguard v1.2.0
2026-06-21T08:51:55.1212591Z    Compiling indexmap v2.14.0
2026-06-21T08:51:55.1901271Z    Compiling lock_api v0.4.14
2026-06-21T08:51:55.2030665Z    Compiling chacha20 v0.10.0
2026-06-21T08:51:55.2801022Z    Compiling syn v2.0.117
2026-06-21T08:51:55.3132098Z    Compiling form_urlencoded v1.2.2
2026-06-21T08:51:55.3522190Z    Compiling untrusted v0.9.0
2026-06-21T08:51:55.3653272Z    Compiling heck v0.5.0
2026-06-21T08:51:55.3659424Z    Compiling rustls v0.23.40
2026-06-21T08:51:55.4570482Z    Compiling unicode-xid v0.2.6
2026-06-21T08:51:55.4880360Z    Compiling atomic-waker v1.1.2
2026-06-21T08:51:55.4960474Z    Compiling const-oid v0.10.2
2026-06-21T08:51:55.5000537Z    Compiling anyhow v1.0.102
2026-06-21T08:51:55.5040276Z    Compiling zerocopy v0.8.50
2026-06-21T08:51:55.5571056Z    Compiling httparse v1.10.1
2026-06-21T08:51:55.5575541Z    Compiling parking_lot_core v0.9.12
2026-06-21T08:51:55.5691445Z    Compiling jobserver v0.1.34
2026-06-21T08:51:55.5790464Z    Compiling convert_case v0.10.0
2026-06-21T08:51:55.6233177Z    Compiling paste v1.0.15
2026-06-21T08:51:55.6430719Z    Compiling num-traits v0.2.19
2026-06-21T08:51:55.7041630Z    Compiling hybrid-array v0.4.12
2026-06-21T08:51:55.7432632Z    Compiling curve25519-dalek v4.1.3
2026-06-21T08:51:55.8043173Z    Compiling ahash v0.8.12
2026-06-21T08:51:55.8202921Z    Compiling base64ct v1.8.3
2026-06-21T08:51:55.9080165Z    Compiling cc v1.2.63
2026-06-21T08:51:55.9353372Z    Compiling crypto-common v0.1.7
2026-06-21T08:51:55.9610607Z    Compiling block-buffer v0.10.4
2026-06-21T08:51:56.0007578Z    Compiling fastrand v2.4.1
2026-06-21T08:51:56.0136309Z    Compiling powerfmt v0.2.0
2026-06-21T08:51:56.0270962Z    Compiling either v1.16.0
2026-06-21T08:51:56.0570585Z    Compiling http-body v1.0.1
2026-06-21T08:51:56.0770842Z    Compiling digest v0.10.7
2026-06-21T08:51:56.1990387Z    Compiling deranged v0.5.8
2026-06-21T08:51:56.2280627Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T08:51:56.2831295Z    Compiling tinyvec_macros v0.1.1
2026-06-21T08:51:56.3151582Z    Compiling num-conv v0.2.2
2026-06-21T08:51:56.3390774Z    Compiling try-lock v0.2.5
2026-06-21T08:51:56.3473698Z    Compiling data-encoding v2.11.0
2026-06-21T08:51:56.4280059Z    Compiling mio v1.2.1
2026-06-21T08:51:56.4471385Z    Compiling socket2 v0.6.4
2026-06-21T08:51:56.4481406Z    Compiling getrandom v0.2.17
2026-06-21T08:51:56.5060662Z    Compiling pkg-config v0.3.33
2026-06-21T08:51:56.5589554Z    Compiling zmij v1.0.21
2026-06-21T08:51:56.6630813Z    Compiling rand_core v0.6.4
2026-06-21T08:51:56.6921246Z    Compiling rand v0.10.1
2026-06-21T08:51:56.7020651Z    Compiling base64 v0.22.1
2026-06-21T08:51:56.7321439Z    Compiling time-core v0.1.8
2026-06-21T08:51:56.7450354Z    Compiling vcpkg v0.2.15
2026-06-21T08:51:56.8370688Z    Compiling tower-service v0.3.3
2026-06-21T08:51:56.8490388Z    Compiling parking_lot v0.12.5
2026-06-21T08:51:56.9589969Z    Compiling want v0.3.1
2026-06-21T08:51:56.9870810Z    Compiling crypto-common v0.2.2
2026-06-21T08:51:57.1320439Z    Compiling block-buffer v0.12.0
2026-06-21T08:51:57.2051040Z    Compiling tinyvec v1.11.0
2026-06-21T08:51:57.2126655Z    Compiling sha2 v0.10.9
2026-06-21T08:51:57.2469414Z    Compiling cmake v0.1.58
2026-06-21T08:51:57.2966909Z    Compiling inout v0.1.4
2026-06-21T08:51:57.3010844Z    Compiling vergen-lib v9.1.0
2026-06-21T08:51:57.4370154Z    Compiling n0-future v0.3.2
2026-06-21T08:51:57.4470132Z    Compiling httpdate v1.0.3
2026-06-21T08:51:57.4830770Z    Compiling cordyceps v0.3.4
2026-06-21T08:51:57.5320571Z    Compiling spin v0.10.0
2026-06-21T08:51:57.6400436Z    Compiling winnow v1.0.3
2026-06-21T08:51:57.6530500Z    Compiling diatomic-waker v0.2.3
2026-06-21T08:51:57.6710704Z    Compiling parking v2.2.1
2026-06-21T08:51:57.6780668Z    Compiling serde_json v1.0.150
2026-06-21T08:51:57.6951354Z    Compiling crossbeam-utils v0.8.21
2026-06-21T08:51:57.6992770Z    Compiling signature v2.2.0
2026-06-21T08:51:57.7515748Z    Compiling cipher v0.4.4
2026-06-21T08:51:57.7632614Z    Compiling netlink-packet-core v0.8.1
2026-06-21T08:51:57.7821626Z    Compiling futures-lite v2.6.1
2026-06-21T08:51:57.8080479Z    Compiling digest v0.11.3
2026-06-21T08:51:57.8301104Z    Compiling futures-buffered v0.2.13
2026-06-21T08:51:57.8460710Z    Compiling ed25519 v2.2.3
2026-06-21T08:51:57.8539734Z    Compiling universal-hash v0.5.1
2026-06-21T08:51:57.8842111Z    Compiling vergen-lib v0.1.6
2026-06-21T08:51:57.9850539Z    Compiling vergen v9.1.0
2026-06-21T08:51:57.9870545Z    Compiling heapless v0.7.17
2026-06-21T08:51:58.0101142Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T08:51:58.0209650Z    Compiling noq-udp v0.10.0
2026-06-21T08:51:58.0356101Z    Compiling sync_wrapper v1.0.2
2026-06-21T08:51:58.0411101Z    Compiling allocator-api2 v0.2.21
2026-06-21T08:51:58.0540885Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T08:51:58.1320665Z    Compiling opaque-debug v0.3.1
2026-06-21T08:51:58.1772698Z    Compiling byteorder v1.5.0
2026-06-21T08:51:58.1850853Z    Compiling polyval v0.6.2
2026-06-21T08:51:58.2481222Z    Compiling aws-lc-sys v0.41.0
2026-06-21T08:51:58.2729845Z    Compiling ring v0.17.14
2026-06-21T08:51:58.2895105Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T08:51:58.3380829Z    Compiling spin v0.9.8
2026-06-21T08:51:58.3600616Z    Compiling hash32 v0.2.1
2026-06-21T08:51:58.3800752Z    Compiling vergen-gitcl v1.0.8
2026-06-21T08:51:58.4747503Z    Compiling tower-layer v0.3.3
2026-06-21T08:51:58.4860578Z    Compiling fallible-iterator v0.3.0
2026-06-21T08:51:58.5426818Z    Compiling signature v3.0.0
2026-06-21T08:51:58.5557590Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T08:51:58.5751013Z    Compiling ryu v1.0.23
2026-06-21T08:51:58.5901052Z    Compiling num_threads v0.1.7
2026-06-21T08:51:58.6861579Z    Compiling ghash v0.5.1
2026-06-21T08:51:58.6928737Z    Compiling aes v0.8.4
2026-06-21T08:51:58.7090653Z    Compiling ctr v0.9.2
2026-06-21T08:51:58.7840985Z    Compiling time v0.3.47
2026-06-21T08:51:58.7938595Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T08:51:58.8107704Z    Compiling fs2 v0.4.3
2026-06-21T08:51:58.8670535Z    Compiling http-body-util v0.1.3
2026-06-21T08:51:58.9157816Z    Compiling aead v0.5.2
2026-06-21T08:51:58.9224744Z    Compiling openssl-probe v0.2.1
2026-06-21T08:51:58.9638067Z    Compiling crossbeam-channel v0.5.15
2026-06-21T08:51:59.0420491Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T08:51:59.0547726Z    Compiling blake3 v1.8.5
2026-06-21T08:51:59.1350662Z    Compiling netlink-packet-route v0.29.0
2026-06-21T08:51:59.1414028Z    Compiling uuid v1.23.2
2026-06-21T08:51:59.2920248Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T08:51:59.3596503Z    Compiling aes-gcm v0.10.3
2026-06-21T08:51:59.4240509Z    Compiling memoffset v0.6.5
2026-06-21T08:51:59.4957307Z    Compiling acto v0.8.2
2026-06-21T08:51:59.5046527Z    Compiling noq v0.18.0
2026-06-21T08:51:59.5214478Z    Compiling netwatch v0.16.0
2026-06-21T08:51:59.6185914Z    Compiling identity-hash v0.1.0
2026-06-21T08:51:59.6221144Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T08:51:59.6520817Z    Compiling tagptr v0.2.0
2026-06-21T08:51:59.6740916Z    Compiling ref-cast v1.0.25
2026-06-21T08:51:59.7510195Z    Compiling rustix v1.1.4
2026-06-21T08:51:59.7571501Z    Compiling foldhash v0.2.0
2026-06-21T08:51:59.7760917Z    Compiling rustc-hash v2.1.2
2026-06-21T08:51:59.7841320Z    Compiling lru-slab v0.1.2
2026-06-21T08:51:59.7977525Z    Compiling thiserror v1.0.69
2026-06-21T08:51:59.8770470Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T08:51:59.9070464Z    Compiling xml-rs v0.8.28
2026-06-21T08:51:59.9573580Z    Compiling mac-addr v0.3.0
2026-06-21T08:52:00.0080533Z    Compiling hashbrown v0.16.1
2026-06-21T08:52:00.1635847Z    Compiling netlink-packet-route v0.30.0
2026-06-21T08:52:00.2119359Z    Compiling synstructure v0.13.2
2026-06-21T08:52:00.2259569Z    Compiling darling_core v0.20.11
2026-06-21T08:52:00.5593212Z    Compiling serde_derive_internals v0.29.1
2026-06-21T08:52:00.7227536Z    Compiling termios v0.2.2
2026-06-21T08:52:00.8160768Z    Compiling proc-macro-crate v3.5.0
2026-06-21T08:52:00.8720695Z    Compiling xmltree v0.10.3
2026-06-21T08:52:00.9033469Z    Compiling errno v0.3.14
2026-06-21T08:52:00.9417719Z    Compiling ioctl-rs v0.1.6
2026-06-21T08:52:00.9531002Z    Compiling serial-core v0.4.0
2026-06-21T08:52:01.0381287Z    Compiling simple-dns v0.9.3
2026-06-21T08:52:01.0542595Z    Compiling aho-corasick v1.1.4
2026-06-21T08:52:01.0930230Z    Compiling winnow v0.7.15
2026-06-21T08:52:01.1289164Z    Compiling signal-hook v0.3.18
2026-06-21T08:52:01.2771318Z    Compiling arrayvec v0.7.6
2026-06-21T08:52:01.3074957Z    Compiling linux-raw-sys v0.12.1
2026-06-21T08:52:01.4202078Z    Compiling constant_time_eq v0.4.2
2026-06-21T08:52:01.4771353Z    Compiling simdutf8 v0.1.5
2026-06-21T08:52:01.4802508Z    Compiling sha1_smol v1.0.1
2026-06-21T08:52:01.6460373Z    Compiling arrayref v0.3.9
2026-06-21T08:52:01.6680355Z    Compiling smol_str v0.1.24
2026-06-21T08:52:01.6959948Z    Compiling toml_write v0.1.2
2026-06-21T08:52:01.7077528Z    Compiling regex-syntax v0.8.10
2026-06-21T08:52:01.7118399Z    Compiling resolv-conf v0.7.6
2026-06-21T08:52:01.8986720Z    Compiling serial-unix v0.4.0
2026-06-21T08:52:01.9320780Z    Compiling signal-hook-registry v1.4.8
2026-06-21T08:52:02.0970778Z    Compiling lru v0.16.4
2026-06-21T08:52:02.1860711Z    Compiling serde_derive v1.0.228
2026-06-21T08:52:02.2297406Z    Compiling zeroize_derive v1.4.3
2026-06-21T08:52:02.2690619Z    Compiling tokio-macros v2.7.0
2026-06-21T08:52:02.3636938Z    Compiling futures-macro v0.3.32
2026-06-21T08:52:02.5230120Z    Compiling zerofrom-derive v0.1.7
2026-06-21T08:52:02.8730484Z    Compiling zeroize v1.8.2
2026-06-21T08:52:03.0369386Z    Compiling tokio v1.52.3
2026-06-21T08:52:03.0470862Z    Compiling yoke-derive v0.8.2
2026-06-21T08:52:03.3605312Z    Compiling futures-util v0.3.32
2026-06-21T08:52:03.4972030Z    Compiling zerovec-derive v0.11.3
2026-06-21T08:52:03.6190381Z    Compiling displaydoc v0.2.6
2026-06-21T08:52:03.6310406Z    Compiling tracing-attributes v0.1.31
2026-06-21T08:52:03.9700659Z    Compiling zerofrom v0.1.8
2026-06-21T08:52:04.1065364Z    Compiling rustls-pki-types v1.14.1
2026-06-21T08:52:04.2883041Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T08:52:04.3437959Z    Compiling yoke v0.8.3
2026-06-21T08:52:04.5453706Z    Compiling thiserror-impl v2.0.18
2026-06-21T08:52:04.6110304Z    Compiling zerotrie v0.2.4
2026-06-21T08:52:04.7930383Z    Compiling darling_macro v0.20.11
2026-06-21T08:52:04.9190167Z    Compiling zerovec v0.11.6
2026-06-21T08:52:04.9510795Z    Compiling derive_more-impl v2.1.1
2026-06-21T08:52:04.9838821Z    Compiling spez v0.1.2
2026-06-21T08:52:05.2018481Z    Compiling n0-error-macros v0.1.3
2026-06-21T08:52:05.2140616Z    Compiling darling v0.20.11
2026-06-21T08:52:05.2819592Z    Compiling derive_builder_core v0.20.2
2026-06-21T08:52:05.3911968Z    Compiling der v0.8.0-rc.10
2026-06-21T08:52:05.7120793Z    Compiling tinystr v0.8.3
2026-06-21T08:52:05.9530675Z    Compiling icu_locale_core v2.2.0
2026-06-21T08:52:06.0903699Z    Compiling potential_utf v0.1.5
2026-06-21T08:52:06.2920518Z    Compiling icu_collections v2.2.0
2026-06-21T08:52:06.3110420Z    Compiling n0-error v0.1.3
2026-06-21T08:52:06.3910405Z    Compiling pin-project-internal v1.1.13
2026-06-21T08:52:06.6388165Z    Compiling derive_builder_macro v0.20.2
2026-06-21T08:52:06.6680828Z    Compiling ed25519-dalek v2.2.0
2026-06-21T08:52:06.9801196Z    Compiling spki v0.8.0-rc.4
2026-06-21T08:52:06.9904619Z    Compiling derive_builder v0.20.2
2026-06-21T08:52:07.0700640Z    Compiling futures-executor v0.3.32
2026-06-21T08:52:07.2080254Z    Compiling icu_provider v2.2.0
2026-06-21T08:52:07.2550537Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T08:52:07.3118400Z    Compiling futures v0.3.32
2026-06-21T08:52:07.4451025Z    Compiling ipnet v2.12.0
2026-06-21T08:52:07.4721966Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T08:52:07.5370841Z    Compiling icu_properties v2.2.0
2026-06-21T08:52:07.6150462Z    Compiling icu_normalizer v2.2.0
2026-06-21T08:52:07.7921217Z    Compiling pin-project v1.1.13
2026-06-21T08:52:07.8904943Z    Compiling prefix-trie v0.8.4
2026-06-21T08:52:07.9780803Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T08:52:07.9861517Z    Compiling cobs v0.3.0
2026-06-21T08:52:08.1466062Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T08:52:08.1792893Z    Compiling once_cell v1.21.4
2026-06-21T08:52:08.2467061Z    Compiling postcard-derive v0.2.2
2026-06-21T08:52:08.2896845Z    Compiling rustls-native-certs v0.8.4
2026-06-21T08:52:08.4200797Z    Compiling tracing-core v0.1.36
2026-06-21T08:52:08.5840542Z    Compiling data-encoding-macro v0.1.20
2026-06-21T08:52:08.6520790Z    Compiling num_enum_derive v0.7.6
2026-06-21T08:52:08.7574199Z    Compiling hashbrown v0.14.5
2026-06-21T08:52:08.7821719Z    Compiling enum-assoc v1.3.0
2026-06-21T08:52:08.7940777Z    Compiling postcard v1.1.3
2026-06-21T08:52:08.8014550Z    Compiling strum_macros v0.28.0
2026-06-21T08:52:09.0190172Z    Compiling tracing v0.1.44
2026-06-21T08:52:09.2900903Z    Compiling tokio-util v0.7.18
2026-06-21T08:52:09.3145666Z    Compiling idna_adapter v1.2.2
2026-06-21T08:52:09.3701880Z    Compiling derive_more v2.1.1
2026-06-21T08:52:09.3921821Z    Compiling netlink-sys v0.8.8
2026-06-21T08:52:09.4340778Z    Compiling idna v1.1.0
2026-06-21T08:52:09.4825658Z    Compiling tower v0.5.3
2026-06-21T08:52:09.5681416Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T08:52:09.5810707Z    Compiling hashlink v0.9.1
2026-06-21T08:52:09.5883587Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T08:52:09.6213799Z    Compiling async-trait v0.1.89
2026-06-21T08:52:09.6421730Z    Compiling netlink-proto v0.12.0
2026-06-21T08:52:09.7165042Z    Compiling netdev v0.42.0
2026-06-21T08:52:09.7861306Z    Compiling num_enum v0.7.6
2026-06-21T08:52:09.8840736Z    Compiling iroh-relay v0.98.0
2026-06-21T08:52:09.9651240Z    Compiling url v2.5.8
2026-06-21T08:52:09.9652790Z    Compiling moka v0.12.15
2026-06-21T08:52:09.9720414Z    Compiling serde_spanned v0.6.9
2026-06-21T08:52:10.0075373Z    Compiling toml_datetime v0.6.11
2026-06-21T08:52:10.0760603Z    Compiling rusqlite v0.32.1
2026-06-21T08:52:10.1300795Z    Compiling iroh-metrics v0.38.3
2026-06-21T08:52:10.1680749Z    Compiling ref-cast-impl v1.0.25
2026-06-21T08:52:10.1727247Z    Compiling thiserror-impl v1.0.69
2026-06-21T08:52:10.3880145Z    Compiling h2 v0.4.14
2026-06-21T08:52:10.6020334Z    Compiling n0-watcher v0.6.1
2026-06-21T08:52:10.6888157Z    Compiling tokio-stream v0.1.18
2026-06-21T08:52:10.8050677Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T08:52:10.8092013Z    Compiling iroh-base v0.98.0
2026-06-21T08:52:10.9262910Z    Compiling tower-http v0.6.11
2026-06-21T08:52:10.9693546Z    Compiling attohttpc v0.30.1
2026-06-21T08:52:11.2230557Z    Compiling toml_edit v0.22.27
2026-06-21T08:52:11.3321105Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T08:52:11.3651941Z    Compiling webpki-roots v1.0.7
2026-06-21T08:52:11.3780615Z    Compiling regex-automata v0.4.14
2026-06-21T08:52:11.4860900Z    Compiling schemars_derive v1.2.1
2026-06-21T08:52:11.5274068Z    Compiling strum v0.28.0
2026-06-21T08:52:11.5428611Z    Compiling darling_core v0.23.0
2026-06-21T08:52:11.6184076Z    Compiling serde_bytes v0.11.19
2026-06-21T08:52:11.6452968Z    Compiling iroh-dns v0.98.0
2026-06-21T08:52:11.6590804Z    Compiling seize v0.5.1
2026-06-21T08:52:11.8724127Z    Compiling hmac v0.12.1
2026-06-21T08:52:11.8869879Z    Compiling iroh v0.98.2
2026-06-21T08:52:11.9682644Z    Compiling rustix v0.38.44
2026-06-21T08:52:12.0080504Z    Compiling cmov v0.5.4
2026-06-21T08:52:12.1591167Z    Compiling bitflags v1.3.2
2026-06-21T08:52:12.1650624Z    Compiling dyn-clone v1.0.20
2026-06-21T08:52:12.1800719Z    Compiling utf8parse v0.2.2
2026-06-21T08:52:12.2195431Z    Compiling pin-utils v0.1.0
2026-06-21T08:52:12.2670023Z    Compiling nix v0.25.1
2026-06-21T08:52:12.2798597Z    Compiling anstyle-parse v1.0.0
2026-06-21T08:52:12.3067469Z    Compiling ctutils v0.4.2
2026-06-21T08:52:12.3277764Z    Compiling hkdf v0.12.4
2026-06-21T08:52:12.3591145Z    Compiling papaya v0.2.4
2026-06-21T08:52:12.4700685Z    Compiling filedescriptor v0.8.3
2026-06-21T08:52:12.4800843Z    Compiling backon v1.6.0
2026-06-21T08:52:12.7550572Z    Compiling serial v0.4.0
2026-06-21T08:52:12.7816101Z    Compiling foldhash v0.1.5
2026-06-21T08:52:12.8310873Z    Compiling downcast-rs v1.2.1
2026-06-21T08:52:12.8461194Z    Compiling anstyle-query v1.1.5
2026-06-21T08:52:12.9040597Z    Compiling shell-words v1.1.1
2026-06-21T08:52:12.9142307Z    Compiling linux-raw-sys v0.4.15
2026-06-21T08:52:12.9334376Z    Compiling instability v0.3.12
2026-06-21T08:52:12.9640201Z    Compiling colorchoice v1.0.5
2026-06-21T08:52:13.0421941Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T08:52:13.0653778Z    Compiling anstyle v1.0.14
2026-06-21T08:52:13.0770955Z    Compiling hashbrown v0.15.5
2026-06-21T08:52:13.0780342Z    Compiling signal-hook-mio v0.2.5
2026-06-21T08:52:13.1329708Z    Compiling spake2 v0.4.0
2026-06-21T08:52:13.1561100Z    Compiling terminal_size v0.4.4
2026-06-21T08:52:13.1979627Z    Compiling strum_macros v0.26.4
2026-06-21T08:52:13.3705524Z    Compiling anstream v1.0.0
2026-06-21T08:52:13.3780693Z    Compiling sha1 v0.10.6
2026-06-21T08:52:13.5613876Z    Compiling itertools v0.13.0
2026-06-21T08:52:13.6538547Z    Compiling schemars v1.2.1
2026-06-21T08:52:13.6804566Z    Compiling castaway v0.2.4
2026-06-21T08:52:13.7754172Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T08:52:13.8470933Z    Compiling static_assertions v1.1.0
2026-06-21T08:52:13.9168817Z    Compiling toml v0.8.23
2026-06-21T08:52:14.1390981Z    Compiling doctest-file v1.1.1
2026-06-21T08:52:14.6601224Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T08:52:14.7911211Z    Compiling regex v1.12.3
2026-06-21T08:52:15.0870531Z    Compiling indoc v2.0.7
2026-06-21T08:52:15.4077217Z    Compiling darling_macro v0.23.0
2026-06-21T08:52:15.5335182Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T08:52:15.5790803Z    Compiling unicode-width v0.1.14
2026-06-21T08:52:15.5951384Z    Compiling clap_lex v1.1.0
2026-06-21T08:52:15.7810770Z    Compiling darling v0.23.0
2026-06-21T08:52:15.8890719Z    Compiling unicode-truncate v1.1.0
2026-06-21T08:52:15.9005634Z    Compiling clap_builder v4.6.0
2026-06-21T08:52:15.9009377Z    Compiling interprocess v2.4.2
2026-06-21T08:52:15.9244106Z    Compiling strum v0.26.3
2026-06-21T08:52:16.0370622Z    Compiling crossterm v0.28.1
2026-06-21T08:52:16.0511010Z    Compiling lru v0.12.5
2026-06-21T08:52:16.2450560Z    Compiling compact_str v0.8.2
2026-06-21T08:52:16.4160557Z    Compiling hyper v1.10.1
2026-06-21T08:52:16.4517436Z    Compiling clap_derive v4.6.1
2026-06-21T08:52:16.4934277Z    Compiling iana-time-zone v0.1.65
2026-06-21T08:52:16.7850885Z    Compiling portable-pty v0.8.1
2026-06-21T08:52:16.8730950Z    Compiling unicode-width v0.2.0
2026-06-21T08:52:16.9050722Z    Compiling cassowary v0.3.0
2026-06-21T08:52:17.1537753Z    Compiling chrono v0.4.45
2026-06-21T08:52:17.2460965Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T08:52:17.3471031Z    Compiling ratatui v0.29.0
2026-06-21T08:52:17.6780604Z    Compiling nucleo-matcher v0.3.1
2026-06-21T08:52:17.6970468Z    Compiling qrcode v0.14.1
2026-06-21T08:52:17.7487867Z    Compiling tempfile v3.27.0
2026-06-21T08:52:18.5180202Z    Compiling hyper-util v0.1.20
2026-06-21T08:52:18.6840199Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T08:52:18.7204225Z    Compiling clap v4.6.1
2026-06-21T08:52:20.4275222Z    Compiling igd-next v0.17.1
2026-06-21T08:52:21.4633686Z    Compiling portmapper v0.16.0
2026-06-21T08:52:25.7997031Z    Compiling rustls-webpki v0.103.13
2026-06-21T08:52:28.1379527Z    Compiling tokio-rustls v0.26.4
2026-06-21T08:52:28.1382288Z    Compiling noq-proto v0.17.0
2026-06-21T08:52:28.1382644Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T08:52:28.2788702Z    Compiling hyper-rustls v0.27.9
2026-06-21T08:52:28.2789633Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T08:52:28.2790082Z    Compiling tokio-websockets v0.13.2
2026-06-21T08:52:28.4107356Z    Compiling reqwest v0.13.4
2026-06-21T08:52:29.3567671Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T08:52:43.0803004Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T08:52:44.4796181Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T08:52:51.5620217Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T08:52:55.1732385Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-21T08:52:55.1954437Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T08:52:55.1966552Z 
2026-06-21T08:52:55.1966657Z running 1 test
2026-06-21T08:53:01.6887546Z test new_brain_serves_against_old_broker ... ok
2026-06-21T08:53:01.6887918Z 
2026-06-21T08:53:01.6888261Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.49s
2026-06-21T08:53:01.6888623Z 
